﻿html {
    /* following are the sample both working in IE8&9 */
    scrollbar-base-color: white;
    scrollbar-arrow-color: #527DB5;
    scrollbar-track-color: #EFF7FF;
    scrollbar-shadow-color: #639ACE;
    scrollbar-lightshadow-color: #D6EBFF;
    scrollbar-darkshadow-color: #D6EBFF;
    scrollbar-highlight-color: #D6EBFF;
    scrollbar-3dlight-color: #639ACE;
}


.iframe {
    scrollbar-base-color: white;
    scrollbar-arrow-color: #527DB5;
    scrollbar-track-color: #EFF7FF;
    scrollbar-shadow-color: #639ACE;
    scrollbar-lightshadow-color: #D6EBFF;
    scrollbar-darkshadow-color: #D6EBFF;
    scrollbar-highlight-color: #D6EBFF;
    scrollbar-3dlight-color: #639ACE;
}

body {
    font-family: "Times New Roman", Times, serif,Tahoma;
    font-size: 14px;
    text-align: left;
}

body, div, p, h1, h2, h3, h4, ul, li, table {
    border: none;
}

fieldset {
    text-align: left;
    /*border-left-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	font-weight:bold;*/
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-radius: 4px;
}

legend {
    font-weight: bold;
    text-align: left;
    color: Blue;
}
/*scroll bar for safari & chrome*/

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 1px;
    display: block;
    background-color: #EFF7FF;
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
    height: 1px;
    display: block;
    background-color: #EFF7FF;
}

::-webkit-scrollbar-track-piece {
    background-color: #EFF7FF;
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: white;
    border: 1px solid #639ACE;
    -webkit-border-radius: 6px;
}




.userInfo {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    /*color:Blue;*/
    padding: 10px 3px 3px 20px;
}

.banner {
    /*background: url('../images/banner-main-AG-01.jpg') repeat-x;*/
    background: url('../images/banner-main-AG-01_2017.jpg') repeat-x;
    background-position: bottom;
    height: 120px;
    width: 950px;
    margin: 0px 0px;
    background-color: #5ABCEB;
    border: 0px;
}

.busbanner {
    background: url('../images/banner-main-bu.jpg') repeat-x;
    background-position: bottom;
    height: 120px;
    width: 950px;
    margin: 0px 0px;
    background-color: #5ABCEB;
    border: 0px;
}

#divDirectory {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 0px;
}

.directory {
    /*padding: 10px 0px 0px 0px;*/
    background-color: #FCFBF6;
    width: 100%;
}

    .directory table tr td {
        padding: 10px 0px 10px 0px;
        text-align: left;
    }

        .directory table tr td span a {
            font-family: "Times New Roman", Times, serif;
            /* padding: 5px 5px 5px 5px;*/
            font-size: 14px;
        }

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #0000FF;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#maincontent {
}
